ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / MultiAutoComplete<T> Class / SelectedIndexes Property

In This Topic
    SelectedIndexes Property
    In This Topic
    Gets or sets a list containing the indexes of the items that are currently selected.
    Syntax
    'Declaration
     
    
    Public Property SelectedIndexes As IList(Of Integer)
    public IList<int> SelectedIndexes {get; set;}
    See Also